[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Aug 23 09:22:06 CDT 2010
branch "master" has been updated
via 85db09a3fac15c227cddf8e04807542a73baea41 (commit)
from 268e850231d789b45045dc04de819acca1315055 (commit)
Summary of changes:
src/SipChannelServiceApp.cpp | 3 ++-
src/SipChannelServiceDataModel.h | 3 ++-
src/SipChannelServiceEndpointLocator.cpp | 3 ++-
src/SipChannelServiceEndpointLocator.h | 3 ++-
src/SipChannelServiceEventPublisher.cpp | 3 ++-
src/SipChannelServiceEventPublisher.h | 3 ++-
src/SipEndpointFactory.cpp | 3 ++-
src/SipEndpointFactory.h | 3 ++-
8 files changed, 16 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 85db09a3fac15c227cddf8e04807542a73baea41
Author: Mark Michelson <mmichelson at digium.com>
Date: Mon Aug 23 09:23:08 2010 -0500
Add newlines to end of files to prevent build issues.
diff --git a/src/SipChannelServiceApp.cpp b/src/SipChannelServiceApp.cpp
index ec7bf86..daa9ebf 100644
--- a/src/SipChannelServiceApp.cpp
+++ b/src/SipChannelServiceApp.cpp
@@ -356,4 +356,5 @@ int main(int argc, char* argv[])
{
app.callbackOnInterrupt();
return app.main(argc, argv);
-}
\ No newline at end of file
+}
+
diff --git a/src/SipChannelServiceDataModel.h b/src/SipChannelServiceDataModel.h
index 055b06a..d4fa2aa 100644
--- a/src/SipChannelServiceDataModel.h
+++ b/src/SipChannelServiceDataModel.h
@@ -35,4 +35,5 @@ protected:
};
}; // SipChannelService
-}; // Hydra
\ No newline at end of file
+}; // Hydra
+
diff --git a/src/SipChannelServiceEndpointLocator.cpp b/src/SipChannelServiceEndpointLocator.cpp
index 7c01295..f3054f9 100644
--- a/src/SipChannelServiceEndpointLocator.cpp
+++ b/src/SipChannelServiceEndpointLocator.cpp
@@ -14,4 +14,5 @@ SipChannelServiceEndpointLocator::SipChannelServiceEndpointLocator()
}
}; // end SipChannelService
-}; // end Hydra
\ No newline at end of file
+}; // end Hydra
+
diff --git a/src/SipChannelServiceEndpointLocator.h b/src/SipChannelServiceEndpointLocator.h
index ba92099..87af6de 100644
--- a/src/SipChannelServiceEndpointLocator.h
+++ b/src/SipChannelServiceEndpointLocator.h
@@ -31,4 +31,5 @@ private:
};
}; // end SipChannelService
-}; // end Hydra
\ No newline at end of file
+}; // end Hydra
+
diff --git a/src/SipChannelServiceEventPublisher.cpp b/src/SipChannelServiceEventPublisher.cpp
index dd0d2a2..6b5802d 100644
--- a/src/SipChannelServiceEventPublisher.cpp
+++ b/src/SipChannelServiceEventPublisher.cpp
@@ -114,4 +114,5 @@ void SipChannelServiceEventPublisher::sendLookupEvent(const ::std::string& desti
}
}; // end SipChannelService
-}; // end Hydra
\ No newline at end of file
+}; // end Hydra
+
diff --git a/src/SipChannelServiceEventPublisher.h b/src/SipChannelServiceEventPublisher.h
index 618ccc2..46a16e3 100644
--- a/src/SipChannelServiceEventPublisher.h
+++ b/src/SipChannelServiceEventPublisher.h
@@ -32,4 +32,5 @@ private:
};
}; // end SipChannelService
-}; // end Hydra
\ No newline at end of file
+}; // end Hydra
+
diff --git a/src/SipEndpointFactory.cpp b/src/SipEndpointFactory.cpp
index 2f3c79d..2161164 100644
--- a/src/SipEndpointFactory.cpp
+++ b/src/SipEndpointFactory.cpp
@@ -13,4 +13,5 @@ SipEndpointFactory::SipEndpointFactory()
}
}; // end SipChannelService
-}; // end Hydra
\ No newline at end of file
+}; // end Hydra
+
diff --git a/src/SipEndpointFactory.h b/src/SipEndpointFactory.h
index 8d9f0b2..d37a409 100644
--- a/src/SipEndpointFactory.h
+++ b/src/SipEndpointFactory.h
@@ -22,4 +22,5 @@ private:
};
}; // end SipChannelService
-}; // end Hydra
\ No newline at end of file
+}; // end Hydra
+
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list