Update of /cvsroot/com0com/hub4com/plugins/echo
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6595
Modified Files:
filter.cpp
Log Message:
Changed for staticaly linking
Index: filter.cpp
===================================================================
RCS file: /cvsroot/com0com/hub4com/plugins/echo/filter.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** filter.cpp 2 Oct 2008 07:59:37 -0000 1.2
--- filter.cpp 13 Nov 2008 07:45:58 -0000 1.3
***************
*** 20,23 ****
--- 20,26 ----
*
* $Log$
+ * Revision 1.3 2008/11/13 07:45:58 vfrolov
+ * Changed for staticaly linking
+ *
* Revision 1.2 2008/10/02 07:59:37 vfrolov
* Changed example
***************
*** 30,34 ****
#include "precomp.h"
#include "../plugins_api.h"
!
///////////////////////////////////////////////////////////////
#ifndef _DEBUG
--- 33,38 ----
#include "precomp.h"
#include "../plugins_api.h"
! ///////////////////////////////////////////////////////////////
! namespace FilterEcho {
///////////////////////////////////////////////////////////////
#ifndef _DEBUG
***************
*** 154,155 ****
--- 158,161 ----
}
///////////////////////////////////////////////////////////////
+ } // end namespace
+ ///////////////////////////////////////////////////////////////
|