Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:npaxton
openwbem
openwbem-embedded_includes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openwbem-embedded_includes.patch of Package openwbem
--- ./src/cimom/embedded/OW_LocalEmbeddedCIMOMHandle.hpp.orig 2006-05-22 19:28:22.000000000 +0200 +++ ./src/cimom/embedded/OW_LocalEmbeddedCIMOMHandle.hpp 2006-05-22 19:29:05.000000000 +0200 @@ -35,6 +35,9 @@ * @author Dan Nuffer */ +/** + * NOTE: This header is experimental and subject to change + */ #ifndef OW_LOCALEMBEDDEDCIMOMHANDLE_HPP_INCLUDE_GUARD_ #define OW_LOCALEMBEDDEDCIMOMHANDLE_HPP_INCLUDE_GUARD_ --- ./src/cimom/embedded/Makefile.am.orig 2005-04-22 02:10:57.000000000 +0200 +++ ./src/cimom/embedded/Makefile.am 2006-05-22 19:24:35.000000000 +0200 @@ -38,7 +38,9 @@ libowembeddedcimom_a_SOURCES = \ OW_EmbeddedCIMOMEnvironment.cpp \ +OW_LocalEmbeddedCIMOMHandle.cpp + +pkginclude_HEADERS = \ OW_EmbeddedCIMOMEnvironment.hpp \ -OW_LocalEmbeddedCIMOMHandle.cpp \ OW_LocalEmbeddedCIMOMHandle.hpp --- ./src/cimom/embedded/OW_EmbeddedCIMOMEnvironment.hpp.orig 2006-05-22 19:28:16.000000000 +0200 +++ ./src/cimom/embedded/OW_EmbeddedCIMOMEnvironment.hpp 2006-05-22 19:28:52.000000000 +0200 @@ -35,6 +35,10 @@ * @author Dan Nuffer */ +/** + * NOTE: This header is experimental and subject to change + */ + #ifndef OW_EMBEDDEDCIMOMENVIRONMENT_HPP_INCLUDE_GUARD_ #define OW_EMBEDDEDCIMOMENVIRONMENT_HPP_INCLUDE_GUARD_ #define OW_DAEMON_NAME "owcimomd" --- ./src/cimom/common/OW_CimomCommonFwd.hpp.orig 2005-04-15 01:38:16.000000000 +0200 +++ ./src/cimom/common/OW_CimomCommonFwd.hpp 2006-05-22 19:27:54.000000000 +0200 @@ -32,10 +32,15 @@ * @author Dan Nuffer */ +/** + * NOTE: This header is internal and subject to change + */ + #ifndef OW_CIMOM_COMMON_FWD_HPP_INCLUDE_GUARD_ #define OW_CIMOM_COMMON_FWD_HPP_INCLUDE_GUARD_ #include "OW_config.h" #include "OW_IntrusiveReference.hpp" +#include "OW_SharedLibraryReference.hpp" namespace OW_NAMESPACE { --- ./src/cimom/common/Makefile.am.orig 2005-02-16 20:34:28.000000000 +0100 +++ ./src/cimom/common/Makefile.am 2006-05-22 19:30:47.000000000 +0200 @@ -35,7 +35,6 @@ owstatlibdir = $(thelibdir) libowcimomcommon_a_SOURCES = \ -OW_CimomCommonFwd.hpp \ OW_CIMOMEnvironment.cpp \ OW_CIMOMEnvironment.hpp \ OW_CIMServer.cpp \ @@ -65,5 +64,6 @@ OW_NetwareIdentity.hpp pkginclude_HEADERS = \ +OW_CimomCommonFwd.hpp \ OW_NetwareIdentity.hpp --- ./src/cimom/server/OW_CimomServerFwd.hpp.orig 2006-05-22 19:26:14.000000000 +0200 +++ ./src/cimom/server/OW_CimomServerFwd.hpp 2006-05-22 19:27:23.000000000 +0200 @@ -32,6 +32,10 @@ * @author Dan Nuffer */ +/** + * NOTE: This header is internal and subject to change + */ + #ifndef OW_CIMOM_SERVER_FWD_HPP_INCLUDE_GUARD_ #define OW_CIMOM_SERVER_FWD_HPP_INCLUDE_GUARD_ #include "OW_config.h" --- ./src/cimom/server/Makefile.am.orig 2006-05-22 19:25:37.000000000 +0200 +++ ./src/cimom/server/Makefile.am 2006-05-22 19:26:03.000000000 +0200 @@ -26,7 +26,6 @@ libowserver_a_SOURCES = \ OW_AuthManager.cpp \ OW_AuthManager.hpp \ -OW_CimomServerFwd.hpp \ OW_PidFile.cpp \ OW_PidFile.hpp \ OW_Platform.cpp \ @@ -34,3 +33,5 @@ OW_PlatformSignal.cpp \ OW_PlatformSignal.hpp +pkginclude_HEADERS = \ +OW_CimomServerFwd.hpp
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor