~cszikszoy/do/newdo-service-loading

« back to all changes in this revision

Viewing changes to src/Core/Base/src/UniverseManager.cs

  • Committer: Alex Launi
  • Date: 2010-08-23 00:27:07 UTC
  • Revision ID: alex.launi@gmail.com-20100823002707-2ytadqu1e8xppk2b
Rename IIpcUniverseManager to IIpcUniverseProxy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                /// A <see cref="IIpcUniverseManager"/> proxy to the IPC service
41
41
                /// that sources actually talk to.
42
42
                /// </param>
43
 
                public UniverseManager (IIpcUniverseManager proxy)
 
43
                public UniverseManager (IIpcUniverseProxy proxy)
44
44
                {
45
45
                }
46
46