summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/IceGrid/.headers2
-rw-r--r--cpp/include/Slice/Preprocessor.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/cpp/include/IceGrid/.headers b/cpp/include/IceGrid/.headers
index ee7a0fc5f48..4a607cc9705 100644
--- a/cpp/include/IceGrid/.headers
+++ b/cpp/include/IceGrid/.headers
@@ -1,13 +1,11 @@
SDK_HEADERS = \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Admin.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Descriptor.h \
- $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Discovery.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Exception.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\FileParser.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\IceGrid.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Locator.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Observer.h \
- $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\PluginFacade.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Query.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Registry.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\ReplicaGroupFilter.h \
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index 8a8faea76dc..d77d4d0ea14 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -41,8 +41,8 @@ public:
enum Language { CPlusPlus, Java, JavaXML, CSharp, Python, Ruby, PHP, JS };
- bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "", const std::string& = "cpp",
- const std::string& = "");
+ bool printMakefileDependencies(Language, const std::string&, const std::vector<std::string>&,
+ const std::string& = "", const std::string& = "cpp", const std::string& = "");
std::string getBaseName();