Update of /cvsroot/com0com/hub4com/plugins/lsrmap
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7231
Modified Files:
filter.cpp
Log Message:
Changed for staticaly linking
Index: filter.cpp
===================================================================
RCS file: /cvsroot/com0com/hub4com/plugins/lsrmap/filter.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** filter.cpp 16 Oct 2008 07:05:53 -0000 1.1
--- filter.cpp 13 Nov 2008 07:49:45 -0000 1.2
***************
*** 20,23 ****
--- 20,26 ----
*
* $Log$
+ * Revision 1.2 2008/11/13 07:49:45 vfrolov
+ * Changed for staticaly linking
+ *
* Revision 1.1 2008/10/16 07:05:53 vfrolov
* Initial revision
***************
*** 27,31 ****
#include "precomp.h"
#include "../plugins_api.h"
!
///////////////////////////////////////////////////////////////
static ROUTINE_MSG_INSERT_VAL *pMsgInsertVal;
--- 30,35 ----
#include "precomp.h"
#include "../plugins_api.h"
! ///////////////////////////////////////////////////////////////
! namespace FilterLsrMap {
///////////////////////////////////////////////////////////////
static ROUTINE_MSG_INSERT_VAL *pMsgInsertVal;
***************
*** 231,232 ****
--- 235,238 ----
}
///////////////////////////////////////////////////////////////
+ } // end namespace
+ ///////////////////////////////////////////////////////////////
|