summaryrefslogtreecommitdiff
path: root/idlc/c_gen/c_proxy_body_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/c_gen/c_proxy_body_gen.h')
-rw-r--r--idlc/c_gen/c_proxy_body_gen.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/idlc/c_gen/c_proxy_body_gen.h b/idlc/c_gen/c_proxy_body_gen.h
index a37d4fd..341b112 100644
--- a/idlc/c_gen/c_proxy_body_gen.h
+++ b/idlc/c_gen/c_proxy_body_gen.h
@@ -54,10 +54,11 @@ class CProxyBodyGen : public CBodyGeneratorBase {
void GenInterfaceOnReceivedEventCB(std::ofstream& stream,
const Interface& inf);
void GenInterfaceMethods(std::ofstream& stream, const Interface& inf);
- void GenInterfaceConstructor(std::ofstream& stream, const Interface& inf);
- void GenInterfaceDestructor(std::ofstream& stream, const Interface& inf);
+ void GenInterfaceHandleCtor(std::ofstream& stream, const Interface& inf);
+ void GenInterfaceHandleDtor(std::ofstream& stream, const Interface& inf);
+ void GenInterfaceCtor(std::ofstream& stream, const Interface& inf);
void GenInterfaceConnect(std::ofstream& stream, const Interface& inf);
- void GenInterfaceDisconnect(std::ofstream& stream, const Interface& inf);
+ void GenInterfaceDtor(std::ofstream& stream, const Interface& inf);
private:
void GenInterfaceDelegator(std::ofstream& stream, const std::string& id,