summaryrefslogtreecommitdiff
path: root/src/DataProtocol.cpp
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2020-06-09 21:03:25 +0200
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2020-06-09 21:03:25 +0200
commitbb196518815b161cac4cd4acfdc8d6fa75e2c6de (patch)
treed7f966e0f096931eaf2b0ebf90b8cdc39385d5a2 /src/DataProtocol.cpp
parentc666435c5848ef17cabca8bd7f7ad5642171aef8 (diff)
New upstream version 1.2
Diffstat (limited to 'src/DataProtocol.cpp')
-rw-r--r--src/DataProtocol.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/DataProtocol.cpp b/src/DataProtocol.cpp
index 3168a5f..a23120a 100644
--- a/src/DataProtocol.cpp
+++ b/src/DataProtocol.cpp
@@ -5,7 +5,7 @@
Copyright (c) 2008 Juan-Pablo Caceres, Chris Chafe.
SoundWIRE group at CCRMA, Stanford University.
-
+
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
@@ -14,10 +14,10 @@
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
-
+
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
-
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -50,9 +50,9 @@ using std::cout; using std::endl;
//*******************************************************************************
DataProtocol::DataProtocol(JackTrip* jacktrip,
- const runModeT runmode,
- int /*bind_port*/, int /*peer_port*/) :
- mStopped(false), mHasPacketsToReceive(false), mRunMode(runmode), mJackTrip(jacktrip)
+ const runModeT runmode,
+ int /*bind_port*/, int /*peer_port*/) :
+ mStopped(false), mHasPacketsToReceive(false), mRunMode(runmode), mJackTrip(jacktrip)
{}