In progress...
This commit is contained in:
parent
4346e8999d
commit
2821947698
|
@ -38,6 +38,13 @@ public class PluginObjectExample : PluginObject {
|
|||
stdout.printf ("cache dir = %s\n", cache_dir);
|
||||
return _("Protocol Object Example");
|
||||
}
|
||||
|
||||
/**
|
||||
* Compose the object.
|
||||
*/
|
||||
public override void compose () throws Error {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
[ModuleInit]
|
||||
|
|
Loading…
Reference in New Issue