From: Chris B. <buc...@us...> - 2011-04-02 02:37:46
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via 8a8be75dd2e7bdaa03b51764dd4fcc65b2895a86 (commit) from 6981cb0aba2e6cc819bb2c35c35175e53cf1e38c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8a8be75dd2e7bdaa03b51764dd4fcc65b2895a86 Author: buccella <buc...@li...> Date: Fri Apr 1 22:33:49 2011 -0400 Revert "create sfcCommon - ID: 3177587" (unto utilft.h include change) This reverts commit 9c2d7d5828897b91a6fbb827fe517f6101a804c6. ----------------------------------------------------------------------- Summary of changes: diff --git a/cimXmlGen.h b/cimXmlGen.h index e3fe9dd..44537c6 100644 --- a/cimXmlGen.h +++ b/cimXmlGen.h @@ -30,14 +30,8 @@ #include "native.h" #include "trace.h" -#include "string.h" - -#include "config.h" -#ifdef SFCCOMMON #include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif +#include "string.h" #include "queryOperation.h" diff --git a/classProviderCommon.h b/classProviderCommon.h index 3676ead..04a168a 100644 --- a/classProviderCommon.h +++ b/classProviderCommon.h @@ -19,6 +19,7 @@ * */ +#include "utilft.h" #include <stdio.h> #include <stdlib.h> #include <ctype.h> @@ -26,13 +27,6 @@ #include <sys/types.h> #include <dirent.h> -#include "config.h" -#ifdef SFCCOMMON -#include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif - #include "constClass.h" #include "providerRegister.h" #include "trace.h" diff --git a/fileRepository.h b/fileRepository.h index 2c6a2df..f31dff7 100644 --- a/fileRepository.h +++ b/fileRepository.h @@ -19,13 +19,7 @@ * */ #include <stdio.h> - -#include "config.h" -#ifdef SFCCOMMON -#include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif +#include "sfcUtil/utilft.h" #ifndef _FILEREPOSITORY_ #define _FILEREPOSITORY_ diff --git a/genericlist.h b/genericlist.h index cb17038..eeb3cc0 100644 --- a/genericlist.h +++ b/genericlist.h @@ -36,12 +36,7 @@ #ifndef GENERIC_LIST_DEFINED #define GENERIC_LIST_DEFINED -#include "config.h" -#ifdef SFCCOMMON #include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif typedef struct GLE_struct { void *pointer; diff --git a/internalProvider.h b/internalProvider.h index da2ee3a..d3b242f 100644 --- a/internalProvider.h +++ b/internalProvider.h @@ -23,13 +23,7 @@ #ifndef INTERNAL_PROVIDER_H #define INTERNAL_PROVIDER_H -#include "config.h" -#ifdef SFCCOMMON #include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif - #include "cmpi/cmpidt.h" CMPIStatus InternalProviderEnumInstanceNames(CMPIInstanceMI * mi, diff --git a/objectpath.h b/objectpath.h index 50c796e..0dce5fb 100644 --- a/objectpath.h +++ b/objectpath.h @@ -21,12 +21,7 @@ #ifndef _OBJECTPATH_H #define _OBJECTPATH_H -#include "config.h" -#ifdef SFCCOMMON #include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif UtilStringBuffer *normalizeObjectPathStrBuf(const CMPIObjectPath * cop); char *normalizeObjectPathChars(const CMPIObjectPath * cop); diff --git a/providerRegister.h b/providerRegister.h index ef4e10b..88f4316 100644 --- a/providerRegister.h +++ b/providerRegister.h @@ -28,17 +28,11 @@ #include "cmpi/cmpift.h" #include "cmpiftx.h" #include "msgqueue.h" +#include "utilft.h" #include "providerMgr.h" #include <time.h> #include <pwd.h> -#include "config.h" -#ifdef SFCCOMMON -#include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif - #ifdef __cplusplus extern "C" { #endif diff --git a/sqlStatement.h b/sqlStatement.h index 89dcb42..2b47a80 100644 --- a/sqlStatement.h +++ b/sqlStatement.h @@ -19,16 +19,11 @@ * */ +#include "utilft.h" + #include "cmpi/cmpimacs.h" #include "avltree.h" -#include "config.h" -#ifdef SFCCOMMON -#include "utilft.h" -#else -#include <sfcCommon/utilft.h> -#endif - #define DEFAULTDB "root/cimv2" /* * SqlStatement.type: hooks/post-receive -- SFCB - Small Footprint CIM Broker |