Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
3a416724
Commit
3a416724
authored
Dec 03, 2012
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Переименовал xxx_template.h --> xxx.tcc
parent
2e2b5ae3
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
9 deletions
+10
-9
libuniset.spec
conf/libuniset.spec
+2
-1
CallBackTimer.h
include/CallBackTimer.h
+1
-1
CallBackTimer.tcc
include/CallBackTimer.tcc
+3
-3
Makefile.am
include/Makefile.am
+1
-1
TriggerAND.h
include/TriggerAND.h
+1
-1
TriggerAND.tcc
include/TriggerAND.tcc
+0
-0
TriggerOR.h
include/TriggerOR.h
+1
-1
TriggerOR.tcc
include/TriggerOR.tcc
+0
-0
TriggerOutput.h
include/TriggerOutput.h
+1
-1
TriggerOutput.tcc
include/TriggerOutput.tcc
+0
-0
No files found.
conf/libuniset.spec
View file @
3a416724
...
@@ -15,7 +15,7 @@ Source: /var/ftp/pvt/Etersoft/Ourside/unstable/sources/tarball/%name-%version.ta
...
@@ -15,7 +15,7 @@ Source: /var/ftp/pvt/Etersoft/Ourside/unstable/sources/tarball/%name-%version.ta
# manually removed: glibc-devel-static
# manually removed: glibc-devel-static
# Automatically added by buildreq on Fri Nov 26 2010
# Automatically added by buildreq on Fri Nov 26 2010
BuildRequires:
glibc-devel-static
libcomedi-devel libcommoncpp2-devel libomniORB-devel libsigc++2.0-devel python-modules xsltproc
BuildRequires: libcomedi-devel libcommoncpp2-devel libomniORB-devel libsigc++2.0-devel python-modules xsltproc
# Using old package name instead of libmysqlclient-devel it absent in branch 5.0 for yauza
# Using old package name instead of libmysqlclient-devel it absent in branch 5.0 for yauza
BuildRequires: libMySQL-devel
BuildRequires: libMySQL-devel
...
@@ -138,6 +138,7 @@ rm -f %buildroot%_libdir/*.la
...
@@ -138,6 +138,7 @@ rm -f %buildroot%_libdir/*.la
%dir %_includedir/%oname/
%dir %_includedir/%oname/
%_includedir/%oname/*.h
%_includedir/%oname/*.h
%_includedir/%oname/*.hh
%_includedir/%oname/*.hh
%_includedir/%oname/*.tcc
%_includedir/%oname/IOs/
%_includedir/%oname/IOs/
%_includedir/%oname/modbus/
%_includedir/%oname/modbus/
%_includedir/%oname/mysql/
%_includedir/%oname/mysql/
...
...
include/CallBackTimer.h
View file @
3a416724
...
@@ -145,5 +145,5 @@ class CallBackTimer
...
@@ -145,5 +145,5 @@ class CallBackTimer
};
};
};
};
#include "CallBackTimer
_template.h
"
#include "CallBackTimer
.tcc
"
# endif //CallBackTimer_H_
# endif //CallBackTimer_H_
include/CallBackTimer
_template.h
→
include/CallBackTimer
.tcc
View file @
3a416724
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
* \author Pavel Vainerman
* \author Pavel Vainerman
*/
*/
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
# ifndef CallBackTimer_T
EMPLATE
_H_
# ifndef CallBackTimer_T
CC
_H_
# define CallBackTimer_T
EMPLATE
_H_
# define CallBackTimer_T
CC
_H_
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
#include <unistd.h>
#include <unistd.h>
#include <sstream>
#include <sstream>
...
@@ -180,4 +180,4 @@ int CallBackTimer<Caller>::getCurrent( int id )
...
@@ -180,4 +180,4 @@ int CallBackTimer<Caller>::getCurrent( int id )
}
}
// ------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------
# endif //CallBackTimer_H_
# endif //CallBackTimer_
TCC_
H_
include/Makefile.am
View file @
3a416724
...
@@ -7,7 +7,7 @@ include $(top_builddir)/conf/common.mk
...
@@ -7,7 +7,7 @@ include $(top_builddir)/conf/common.mk
# install
# install
devel_include_HEADERS
=
*
.h
*
.hh
devel_include_HEADERS
=
*
.h
*
.hh
*
.tcc
devel_includedir
=
$(pkgincludedir)
devel_includedir
=
$(pkgincludedir)
all-local
:
all-local
:
...
...
include/TriggerAND.h
View file @
3a416724
...
@@ -115,6 +115,6 @@ class TriggerAND
...
@@ -115,6 +115,6 @@ class TriggerAND
};
};
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#include "TriggerAND
_template.h
"
#include "TriggerAND
.tcc
"
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#endif
#endif
include/TriggerAND
_template.h
→
include/TriggerAND
.tcc
View file @
3a416724
File moved
include/TriggerOR.h
View file @
3a416724
...
@@ -116,6 +116,6 @@ class TriggerOR
...
@@ -116,6 +116,6 @@ class TriggerOR
};
};
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#include "TriggerOR
_template.h
"
#include "TriggerOR
.tcc
"
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#endif
#endif
include/TriggerOR
_template.h
→
include/TriggerOR
.tcc
View file @
3a416724
File moved
include/TriggerOutput.h
View file @
3a416724
...
@@ -122,6 +122,6 @@ class TriggerOutput
...
@@ -122,6 +122,6 @@ class TriggerOutput
};
};
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#include "TriggerOutput
_template.h
"
#include "TriggerOutput
.tcc
"
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#endif
#endif
include/TriggerOutput
_template.h
→
include/TriggerOutput
.tcc
View file @
3a416724
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment