Changeset afd42f1 in nscp
- Timestamp:
- 08/10/11 21:39:27 (23 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 130777fe
- Parents:
- 54ac968
- Files:
-
- 3 deleted
- 7 edited
-
CMakeLists.txt (modified) (3 diffs)
-
build/cmake/NSCPPBuffer.cmake (modified) (1 diff)
-
include/nscapi/functions.hpp (modified) (1 diff)
-
include/nscapi/nscapi_core_wrapper.cpp (modified) (1 diff)
-
include/nscapi/nscapi_plugin_wrapper.cpp (modified) (1 diff)
-
libs/protobuf/log.proto.h (deleted)
-
libs/protobuf/log.proto.h.in (deleted)
-
libs/protobuf/plugin.proto.h.in (deleted)
-
service/NSClient++.cpp (modified) (1 diff)
-
service/logger.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r54ac968 rafd42f1 164 164 165 165 166 INCLUDE_DIRECTORIES(${NSCP_INCLUDEDIR} )166 INCLUDE_DIRECTORIES(${NSCP_INCLUDEDIR} ${CMAKE_CURRENT_BINARY_DIR}/libs) 167 167 SET(CMAKE_LIBRARY_PATH "${CMAKE_LIBRARY_PATH};${OPENSSL_LIBRARY_DIR};${NSCP_LIBRARYDIR};${BOOST_LIBRARYDIR}") 168 168 … … 360 360 # ${NSCP_INCLUDEDIR}/nscapi/settings_proxy.hpp 361 361 ${NSCP_INCLUDEDIR}/nscapi/macros.hpp 362 ${NSCP_INCLUDEDIR}/nscapi/functions.hpp 362 363 ) 363 364 … … 380 381 ${Boost_THREAD_LIBRARY} 381 382 ${Boost_SYSTEM_LIBRARY} 383 ${Boost_REGEX_LIBRARY} 384 ${Boost_FILESYSTEM_LIBRARY} 382 385 ${EXTRA_LIBS} 383 386 ${PROTOBUF_LIBRARY} -
build/cmake/NSCPPBuffer.cmake
r04ef932 rafd42f1 90 90 91 91 SET(PB_TARGET_INCLUDE ${INCL}) 92 configure_file(${ABS_FIL}.h.in ${ABS_FIL}.h)92 #configure_file(${ABS_FIL}.h.in ${ABS_FIL}.h) 93 93 94 94 ADD_CUSTOM_COMMAND( -
include/nscapi/functions.hpp
r04ef932 rafd42f1 36 36 #include <nscapi/settings_proxy.hpp> 37 37 38 #include "../libs/protobuf/plugin.proto.h"39 #include "../libs/protobuf/log.proto.h"38 #include <protobuf/plugin.pb.h> 39 #include <protobuf/log.pb.h> 40 40 41 41 using namespace nscp::helpers; -
include/nscapi/nscapi_core_wrapper.cpp
r04ef932 rafd42f1 31 31 #include <settings/macros.h> 32 32 33 #include "../libs/protobuf/plugin.proto.h"34 #include "../libs/protobuf/log.proto.h"33 #include <protobuf/plugin.pb.h> 34 #include <protobuf/log.pb.h> 35 35 36 36 using namespace nscp::helpers; -
include/nscapi/nscapi_plugin_wrapper.cpp
r7ec3dd1 rafd42f1 34 34 #include <boost/tokenizer.hpp> 35 35 36 #include "../libs/protobuf/plugin.proto.h"37 #include "../libs/protobuf/log.proto.h"36 #include <protobuf/plugin.pb.h> 37 #include <protobuf/log.pb.h> 38 38 39 39 using namespace nscp::helpers; -
service/NSClient++.cpp
r04ef932 rafd42f1 45 45 #include "../version.hpp" 46 46 47 #include "../libs/protobuf/plugin.p roto.h"47 #include "../libs/protobuf/plugin.pb.h" 48 48 49 49 #ifdef USE_BREAKPAD -
service/logger.hpp
r7ec3dd1 rafd42f1 6 6 #include <boost/thread/mutex.hpp> 7 7 8 #include "../libs/protobuf/log.proto.h"8 #include <protobuf/log.pb.h> 9 9 10 10 #include <strEx.h>
Note: See TracChangeset
for help on using the changeset viewer.








