Module: nagvis Branch: master Commit: 3038920b29a56fe04dd841f39882554550a4b2e2 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=3038920b29a56fe04dd841f39882554550a4b2e2
Author: Andriy Skuratov <[email protected]> Date: Mon Aug 3 16:40:45 2009 +0300 Extracted the domain objects to doamin directory --- uifx/src/modules/gmap/{ => domain}/Link.as | 2 +- uifx/src/modules/gmap/{ => domain}/Location.as | 2 +- uifx/src/modules/gmap/{ => domain}/Viewpoint.as | 2 +- uifx/src/modules/gmap/{ => domain/nagios}/Host.as | 2 +- .../modules/gmap/{ => domain/nagios}/HostGroup.as | 2 +- .../modules/gmap/{ => domain/nagios}/Service.as | 2 +- .../gmap/{ => domain/nagios}/ServiceGroup.as | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/uifx/src/modules/gmap/Link.as b/uifx/src/modules/gmap/domain/Link.as similarity index 97% rename from uifx/src/modules/gmap/Link.as rename to uifx/src/modules/gmap/domain/Link.as index f9ec33f..5abb079 100644 --- a/uifx/src/modules/gmap/Link.as +++ b/uifx/src/modules/gmap/domain/Link.as @@ -19,7 +19,7 @@ * *****************************************************************************/ -package modules.gmap +package modules.gmap.domain { [Bindable] [RemoteClass(alias="Link")] diff --git a/uifx/src/modules/gmap/Location.as b/uifx/src/modules/gmap/domain/Location.as similarity index 99% rename from uifx/src/modules/gmap/Location.as rename to uifx/src/modules/gmap/domain/Location.as index e374fa3..179abf0 100644 --- a/uifx/src/modules/gmap/Location.as +++ b/uifx/src/modules/gmap/domain/Location.as @@ -19,7 +19,7 @@ * *****************************************************************************/ -package modules.gmap +package modules.gmap.domain { [Bindable] [RemoteClass(alias="Location")] diff --git a/uifx/src/modules/gmap/Viewpoint.as b/uifx/src/modules/gmap/domain/Viewpoint.as similarity index 97% rename from uifx/src/modules/gmap/Viewpoint.as rename to uifx/src/modules/gmap/domain/Viewpoint.as index aefae0d..c1bfb83 100644 --- a/uifx/src/modules/gmap/Viewpoint.as +++ b/uifx/src/modules/gmap/domain/Viewpoint.as @@ -19,7 +19,7 @@ * *****************************************************************************/ -package modules.gmap +package modules.gmap.domain { [Bindable] [RemoteClass(alias="Viewpoint")] diff --git a/uifx/src/modules/gmap/Host.as b/uifx/src/modules/gmap/domain/nagios/Host.as similarity index 96% rename from uifx/src/modules/gmap/Host.as rename to uifx/src/modules/gmap/domain/nagios/Host.as index ef60a6a..d8f18d7 100644 --- a/uifx/src/modules/gmap/Host.as +++ b/uifx/src/modules/gmap/domain/nagios/Host.as @@ -19,7 +19,7 @@ * *****************************************************************************/ -package modules.gmap +package modules.gmap.domain.nagios { [Bindable] [RemoteClass(alias="Host")] diff --git a/uifx/src/modules/gmap/HostGroup.as b/uifx/src/modules/gmap/domain/nagios/HostGroup.as similarity index 96% rename from uifx/src/modules/gmap/HostGroup.as rename to uifx/src/modules/gmap/domain/nagios/HostGroup.as index fe0ee2b..662b070 100644 --- a/uifx/src/modules/gmap/HostGroup.as +++ b/uifx/src/modules/gmap/domain/nagios/HostGroup.as @@ -19,7 +19,7 @@ * *****************************************************************************/ -package modules.gmap +package modules.gmap.domain.nagios { [Bindable] [RemoteClass(alias="HostGroup")] diff --git a/uifx/src/modules/gmap/Service.as b/uifx/src/modules/gmap/domain/nagios/Service.as similarity index 96% rename from uifx/src/modules/gmap/Service.as rename to uifx/src/modules/gmap/domain/nagios/Service.as index eaa1f90..aaf9fcb 100644 --- a/uifx/src/modules/gmap/Service.as +++ b/uifx/src/modules/gmap/domain/nagios/Service.as @@ -19,7 +19,7 @@ * *****************************************************************************/ -package modules.gmap +package modules.gmap.domain.nagios { [Bindable] [RemoteClass(alias="Service")] diff --git a/uifx/src/modules/gmap/ServiceGroup.as b/uifx/src/modules/gmap/domain/nagios/ServiceGroup.as similarity index 96% rename from uifx/src/modules/gmap/ServiceGroup.as rename to uifx/src/modules/gmap/domain/nagios/ServiceGroup.as index 04989c6..e4940d4 100644 --- a/uifx/src/modules/gmap/ServiceGroup.as +++ b/uifx/src/modules/gmap/domain/nagios/ServiceGroup.as @@ -19,7 +19,7 @@ * *****************************************************************************/ -package modules.gmap +package modules.gmap.domain.nagios { [Bindable] [RemoteClass(alias="ServiceGroup")] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
