Changeset 70
- Timestamp:
- 2009-07-16 14:10:48 (3 years ago)
- Files:
-
- trunk/out/templates/cs/proxy.vm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/out/templates/cs/proxy.vm
r68 r70 40 40 } 41 41 42 protected v oid BeginDispatchCall<T>(string methodName, object async, params object[] args) {42 protected virtual void BeginDispatchCall<T>(string methodName, object async, params object[] args) { 43 43 } 44 44