Code cleanup
This commit is contained in:
@@ -8,7 +8,7 @@ namespace mROA.Abstract
|
||||
int ResisterObject<T>(object o, IEndPointContext context);
|
||||
void ClearObject(ComplexObjectIdentifier id, IEndPointContext context);
|
||||
T GetObject<T>(ComplexObjectIdentifier id, IEndPointContext context) where T : class;
|
||||
T GetSingletonObject<T>(IEndPointContext context) where T : class, IShared;
|
||||
T GetSingletonObject<T>(IEndPointContext context) where T : class, IShared;
|
||||
object GetSingletonObject(Type type, IEndPointContext context);
|
||||
int GetObjectIndex<T>(object o, IEndPointContext context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user