// **********************************************************************
//
// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

#ifndef ICEPY_PROPERTIES_H
#define ICEPY_PROPERTIES_H

#include <Config.h>
#include <Ice/PropertiesF.h>

namespace IcePy
{

extern PyTypeObject PropertiesType;

bool initProperties(PyObject*);

PyObject* createProperties(const Ice::PropertiesPtr&);

Ice::PropertiesPtr getProperties(PyObject*);

}

extern "C" PyObject* IcePy_createProperties(PyObject*, PyObject*);

#endif


syntax highlighted by Code2HTML, v. 0.9.1