diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-09 12:20:45 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-06 10:21:49 +0100 |
commit | 2ee2fa61c6335ab8117233648b486603d19bf611 (patch) | |
tree | c0bb6e082e2b287e9d9d8eeb99e48c12efc13445 /sd/inc | |
parent | 26f5b9290cc3e7bbb46a769cf175ede3dd74c137 (diff) |
add remote initialization hooks to impress init.
Change-Id: I80b6e840ed6981a4ae600c5d9925e5df9610f8c6
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sddll.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx index 838630587d98..e4f4fec5474b 100644 --- a/sd/inc/sddll.hxx +++ b/sd/inc/sddll.hxx @@ -45,6 +45,7 @@ class SdDLL { protected: + static void RegisterRemotes(); static void RegisterFactorys(); static void RegisterInterfaces(); static void RegisterControllers(); |