diff options
author | Jose <jose@zeroc.com> | 2015-12-16 12:37:46 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-16 12:37:46 +0100 |
commit | d29abfae967e39035ae7f3939f02ab9f50103aeb (patch) | |
tree | a4d0e04504c4c196b82c2cab4773461e29beda5c /csharp/src | |
parent | C++11 mapping Glacier2Lib updates (diff) | |
download | ice-d29abfae967e39035ae7f3939f02ab9f50103aeb.tar.bz2 ice-d29abfae967e39035ae7f3939f02ab9f50103aeb.tar.xz ice-d29abfae967e39035ae7f3939f02ab9f50103aeb.zip |
Avoid forward declarations with IceGridLib
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/IceGrid/Makefile | 3 | ||||
-rw-r--r-- | csharp/src/IceGrid/Makefile.mak | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/csharp/src/IceGrid/Makefile b/csharp/src/IceGrid/Makefile index ec40bcd8cb7..694c60a2411 100644 --- a/csharp/src/IceGrid/Makefile +++ b/csharp/src/IceGrid/Makefile @@ -20,9 +20,6 @@ SLICE_SRCS = $(SDIR)/Admin.ice \ $(SDIR)/Descriptor.ice \ $(SDIR)/Exception.ice \ $(SDIR)/FileParser.ice \ - $(SDIR)/Locator.ice \ - $(SDIR)/Observer.ice \ - $(SDIR)/Query.ice \ $(SDIR)/Registry.ice \ $(SDIR)/Session.ice \ $(SDIR)/UserAccountMapper.ice diff --git a/csharp/src/IceGrid/Makefile.mak b/csharp/src/IceGrid/Makefile.mak index f2664073131..826290aacd9 100644 --- a/csharp/src/IceGrid/Makefile.mak +++ b/csharp/src/IceGrid/Makefile.mak @@ -20,9 +20,6 @@ GEN_SRCS = $(GDIR)\Admin.cs \ $(GDIR)\Descriptor.cs \ $(GDIR)\Exception.cs \ $(GDIR)\FileParser.cs \ - $(GDIR)\Locator.cs \ - $(GDIR)\Observer.cs \ - $(GDIR)\Query.cs \ $(GDIR)\Registry.cs \ $(GDIR)\Session.cs \ $(GDIR)\UserAccountMapper.cs |