Commit 3a416724 authored by Pavel Vainerman's avatar Pavel Vainerman

Переименовал xxx_template.h --> xxx.tcc

parent 2e2b5ae3
...@@ -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/
......
...@@ -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_
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* \author Pavel Vainerman * \author Pavel Vainerman
*/ */
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
# ifndef CallBackTimer_TEMPLATE_H_ # ifndef CallBackTimer_TCC_H_
# define CallBackTimer_TEMPLATE_H_ # define CallBackTimer_TCC_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_
...@@ -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:
......
...@@ -115,6 +115,6 @@ class TriggerAND ...@@ -115,6 +115,6 @@ class TriggerAND
}; };
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "TriggerAND_template.h" #include "TriggerAND.tcc"
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif
...@@ -116,6 +116,6 @@ class TriggerOR ...@@ -116,6 +116,6 @@ class TriggerOR
}; };
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "TriggerOR_template.h" #include "TriggerOR.tcc"
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif
...@@ -122,6 +122,6 @@ class TriggerOutput ...@@ -122,6 +122,6 @@ class TriggerOutput
}; };
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "TriggerOutput_template.h" #include "TriggerOutput.tcc"
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment