[hydra-commits] hydra/slice.git branch "master" updated.

Commits to the Hydra project code repositories hydra-commits at lists.digium.com
Fri Aug 13 08:24:01 CDT 2010


branch "master" has been updated
       via  386758888cb09f98c5dbd40b50d5f44cfe8088af (commit)
       via  c354e41078c74e9facd79de7fab8a99fab32006e (commit)
      from  2886381a2c693563ed1a8955e32e4105d6da6fc0 (commit)

Summary of changes:
 Core/Discovery/ServiceLocatorEventsIf.ice |    2 ++
 Core/Discovery/ServiceLocatorIf.ice       |    2 ++
 Media/MediaIf.ice                         |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 386758888cb09f98c5dbd40b50d5f44cfe8088af
Merge: c354e41 2886381
Author: Joshua Colp <jcolp at digium.com>
Date:   Fri Aug 13 10:39:39 2010 -0300

    Merge branch 'master' of git.asterisk.org:hydra/slice


commit c354e41078c74e9facd79de7fab8a99fab32006e
Author: Joshua Colp <jcolp at digium.com>
Date:   Fri Aug 13 10:39:16 2010 -0300

    Add missing #pragma once to some slice files.

diff --git a/Core/Discovery/ServiceLocatorEventsIf.ice b/Core/Discovery/ServiceLocatorEventsIf.ice
index 9657779..33fed53 100644
--- a/Core/Discovery/ServiceLocatorEventsIf.ice
+++ b/Core/Discovery/ServiceLocatorEventsIf.ice
@@ -1,3 +1,5 @@
+#pragma once
+
 module Hydra
 {
 
diff --git a/Core/Discovery/ServiceLocatorIf.ice b/Core/Discovery/ServiceLocatorIf.ice
index 93d2273..08efca5 100644
--- a/Core/Discovery/ServiceLocatorIf.ice
+++ b/Core/Discovery/ServiceLocatorIf.ice
@@ -1,3 +1,5 @@
+#pragma once
+
 #include <Ice/BuiltinSequences.ice>
 
 module Hydra
diff --git a/Media/MediaIf.ice b/Media/MediaIf.ice
index b5e1cb6..42087a7 100644
--- a/Media/MediaIf.ice
+++ b/Media/MediaIf.ice
@@ -1,3 +1,5 @@
+#pragma once
+
 #include <Ice/BuiltinSequences.ice>
 #include "Core/Discovery/ServiceLocatorIf.ice"
 

-----------------------------------------------------------------------


-- 
hydra/slice.git




More information about the asterisk-scf-commits mailing list