COMP: also commit the header...

Alex
This commit is contained in:
Alexander Neundorf 2007-08-07 16:26:59 -04:00
parent 88bb17bee9
commit 2f06857635
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ public:
cmTypeMacro(cmFindPackageCommand, cmCommand);
private:
void AppendSuccessInformation(bool quiet);
void AppendToProperty(const char* propertyName);
bool FindModule(bool& found, bool quiet, bool required);
bool FindConfig();
std::string SearchForConfig() const;