summaryrefslogtreecommitdiff
path: root/src/test/fake/legacy/service/LegacyInterfaceProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fake/legacy/service/LegacyInterfaceProxy.h')
-rw-r--r--src/test/fake/legacy/service/LegacyInterfaceProxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/fake/legacy/service/LegacyInterfaceProxy.h b/src/test/fake/legacy/service/LegacyInterfaceProxy.h
index f73ce4d..f5c108c 100644
--- a/src/test/fake/legacy/service/LegacyInterfaceProxy.h
+++ b/src/test/fake/legacy/service/LegacyInterfaceProxy.h
@@ -29,6 +29,8 @@ class LegacyInterfaceProxy: virtual public LegacyInterface, virtual public Legac
LegacyInterfaceProxy(std::shared_ptr<CommonAPI::Proxy> delegate);
~LegacyInterfaceProxy();
+ typedef typename fake::legacy::service::LegacyInterface InterfaceType;
+
/**