Update of /cvsroot/com0com/hub4com/plugins/trace
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7747
Modified Files:
filter.cpp
Log Message:
Changed for staticaly linking
Index: filter.cpp
===================================================================
RCS file: /cvsroot/com0com/hub4com/plugins/trace/filter.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** filter.cpp 12 Nov 2008 08:46:39 -0000 1.7
--- filter.cpp 13 Nov 2008 07:52:20 -0000 1.8
***************
*** 20,23 ****
--- 20,26 ----
*
* $Log$
+ * Revision 1.8 2008/11/13 07:52:20 vfrolov
+ * Changed for staticaly linking
+ *
* Revision 1.7 2008/11/12 08:46:39 vfrolov
* Fixed TYPE_LC and SET_LSR tracing
***************
*** 49,53 ****
#include "precomp.h"
#include "../plugins_api.h"
!
///////////////////////////////////////////////////////////////
#ifndef _DEBUG
--- 52,57 ----
#include "precomp.h"
#include "../plugins_api.h"
! ///////////////////////////////////////////////////////////////
! namespace FilterTrace {
///////////////////////////////////////////////////////////////
#ifndef _DEBUG
***************
*** 769,770 ****
--- 773,776 ----
}
///////////////////////////////////////////////////////////////
+ } // end namespace
+ ///////////////////////////////////////////////////////////////
|