Example #1
0
ContextPtr Context::create() {
    ContextPtr context = ContextPtr(new Context());
    context->initializate();
    return context;
}