// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ICEPY_PROPERTIES_ADMIN_H #define ICEPY_PROPERTIES_ADMIN_H #include #include namespace IcePy { extern PyTypeObject NativePropertiesAdminType; bool initPropertiesAdmin(PyObject*); PyObject* createNativePropertiesAdmin(const Ice::NativePropertiesAdminPtr&); } #endif