Source Code (Use browser search to find items of interest.)

Class Index

kdelibs'InterfaceRepo_skel (./kdelibs/arts/mcop/core.h:326)

class InterfaceRepo_skel : virtual public InterfaceRepo_base, virtual public Object_skel {
public:
	InterfaceRepo_skel();

	static std::string _interfaceNameSkel();
	std::string _interfaceName();
	void _buildMethodTable();
	void dispatch(Buffer *request, Buffer *result,long methodID);
};

kdelibs'InterfaceRepo_skel::_buildMethodTable() (./kdelibs/arts/mcop/core.cc:918)

void InterfaceRepo_skel::_buildMethodTable()
{
	Buffer m;
	m.fromString(
        "MethodTable:0d000000696e736572744d6f64756c6500050000006c6f6e670002"
        "000000010000000a0000004d6f64756c65446566000a0000006e65774d6f64756c"
        "65000d00000072656d6f76654d6f64756c650005000000766f6964000200000001"
        "000000050000006c6f6e6700090000006d6f64756c654944000f00000071756572"
        "79496e74657266616365000d000000496e74657266616365446566000200000001"
        "00000007000000737472696e6700050000006e616d65000a000000717565727954"
        "79706500080000005479706544656600020000000100000007000000737472696e"
        "6700050000006e616d6500",
		"MethodTable"
	);
	_addMethod(_dispatch_InterfaceRepo_00,this,MethodDef(m));
	_addMethod(_dispatch_InterfaceRepo_01,this,MethodDef(m));
	_addMethod(_dispatch_InterfaceRepo_02,this,MethodDef(m));
	_addMethod(_dispatch_InterfaceRepo_03,this,MethodDef(m));
}


kdelibs'InterfaceRepo_skel::InterfaceRepo_skel() (./kdelibs/arts/mcop/core.cc:938)

InterfaceRepo_skel::InterfaceRepo_skel()
{
}