1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-03-01 00:35:03 +03:00
parent 4346e8999d
commit 2821947698
1 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,13 @@ public class PluginObjectExample : PluginObject {
stdout.printf ("cache dir = %s\n", cache_dir); stdout.printf ("cache dir = %s\n", cache_dir);
return _("Protocol Object Example"); return _("Protocol Object Example");
} }
/**
* Compose the object.
*/
public override void compose () throws Error {
}
} }
[ModuleInit] [ModuleInit]