diff options
Diffstat (limited to 'php/src/php7/Logger.h')
-rw-r--r-- | php/src/php7/Logger.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/php/src/php7/Logger.h b/php/src/php7/Logger.h deleted file mode 100644 index 576ebb3c942..00000000000 --- a/php/src/php7/Logger.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright (c) ZeroC, Inc. All rights reserved. -// - -#ifndef ICEPHP_LOGGER_H -#define ICEPHP_LOGGER_H - -#include <Config.h> - -namespace IcePHP -{ - -bool loggerInit(void); - -bool createLogger(zval*, const Ice::LoggerPtr&); -bool fetchLogger(zval*, Ice::LoggerPtr&); - -// -// Class entry. -// -extern zend_class_entry* loggerClassEntry; - -} // End of namespace IcePHP - -#endif |