diff options
| author | Sebastien Braun | 2010-07-12 04:15:13 +0200 |
|---|---|---|
| committer | Sebastien Braun | 2010-07-12 04:15:13 +0200 |
| commit | 6940ab33b5009b79c3141dde7f98ea78a2662449 (patch) | |
| tree | e72dfc8f8d53419f1bd9704b82789bba284482e9 /src/net/mcast/McastConfiguration.cpp | |
| parent | Import OpenPGM into the tree, and provide a rudimentary build script. (diff) | |
| download | pvs-6940ab33b5009b79c3141dde7f98ea78a2662449.tar.gz pvs-6940ab33b5009b79c3141dde7f98ea78a2662449.tar.xz pvs-6940ab33b5009b79c3141dde7f98ea78a2662449.zip | |
Implement multicast transfer protocol.
Diffstat (limited to 'src/net/mcast/McastConfiguration.cpp')
| -rw-r--r-- | src/net/mcast/McastConfiguration.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/mcast/McastConfiguration.cpp b/src/net/mcast/McastConfiguration.cpp new file mode 100644 index 0000000..1a1c0a8 --- /dev/null +++ b/src/net/mcast/McastConfiguration.cpp @@ -0,0 +1,9 @@ +/* + * McastConfiguration.cpp + * + * Created on: Jul 10, 2010 + * Author: brs + */ + +#include "McastConfiguration.h" + |
