~tes/goby/2.0-drc

« back to all changes in this revision

Viewing changes to src/test/acomms/dccl4/test.cpp

  • Committer: Toby Schneider
  • Date: 2014-04-22 20:34:48 UTC
  • mfrom: (458.1.81 2.0)
  • Revision ID: tes.aubergine@gmail.com-20140422203448-e1yw2rdhtugywj8z
MergeĀ fromĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright 2009-2013 Toby Schneider (https://launchpad.net/~tes)
2
 
//                     Massachusetts Institute of Technology (2007-)
3
 
//                     Woods Hole Oceanographic Institution (2007-)
 
1
// Copyright 2009-2014 Toby Schneider (https://launchpad.net/~tes)
 
2
//                     GobySoft, LLC (2013-)
 
3
//                     Massachusetts Institute of Technology (2007-2014)
4
4
//                     Goby Developers Team (https://launchpad.net/~goby-dev)
5
5
// 
6
6
//
9
9
//
10
10
// The Goby Binaries are free software: you can redistribute them and/or modify
11
11
// them under the terms of the GNU General Public License as published by
12
 
// the Free Software Foundation, either version 3 of the License, or
 
12
// the Free Software Foundation, either version 2 of the License, or
13
13
// (at your option) any later version.
14
14
//
15
15
// The Goby Binaries are distributed in the hope that they will be useful,
21
21
// along with Goby.  If not, see <http://www.gnu.org/licenses/>.
22
22
 
23
23
 
 
24
 
24
25
// tests functionality of std::list<const google::protobuf::Message*> calls
25
26
 
26
27
#include "goby/acomms/dccl.h"