Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
praich
Ns 3 Dev
Commits
9392a452
Commit
9392a452
authored
5 years ago
by
Jared Dulmage
Committed by
Tom Henderson
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Copyright and contact to Caliola Engineering, LLC
parent
643378b8
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
src/core/model/attribute-container-accessor-helper.h
+2
-2
src/core/model/attribute-container-accessor-helper.h
src/core/model/attribute-container.cc
+2
-2
src/core/model/attribute-container.cc
src/core/model/attribute-container.h
+2
-2
src/core/model/attribute-container.h
src/core/model/pair.cc
+2
-2
src/core/model/pair.cc
src/core/model/pair.h
+2
-2
src/core/model/pair.h
src/core/test/attribute-container-test-suite.cc
+2
-2
src/core/test/attribute-container-test-suite.cc
src/core/test/pair-value-test-suite.cc
+2
-2
src/core/test/pair-value-test-suite.cc
with
14 additions
and
14 deletions
+14
-14
src/core/model/attribute-container-accessor-helper.h
View file @
9392a452
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2018
WPL, Inc
.
* Copyright (c) 2018
Caliola Engineering, LLC
.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Jared Dulmage <jared.dulmage@
wpli.net
>
* Author: Jared Dulmage <jared.dulmage@
caliola.com
>
*/
#ifndef ATTRIBUTE_CONTAINER_ACCESSOR_HELPER_H
...
...
This diff is collapsed.
Click to expand it.
src/core/model/attribute-container.cc
View file @
9392a452
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2018
WPL, Inc
.
* Copyright (c) 2018
Caliola Engineering, LLC
.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Jared Dulmage <jared.dulmage@
wpli.net
>
* Author: Jared Dulmage <jared.dulmage@
caliola.com
>
* Note: Need this file for library to be built
*/
...
...
This diff is collapsed.
Click to expand it.
src/core/model/attribute-container.h
View file @
9392a452
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2018
WPL, Inc
.
* Copyright (c) 2018
Caliola Engineering, LLC
.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Jared Dulmage <jared.dulmage@
wpli.net
>
* Author: Jared Dulmage <jared.dulmage@
caliola.com
>
*/
#ifndef ATTRIBUTE_CONTAINER_H
...
...
This diff is collapsed.
Click to expand it.
src/core/model/pair.cc
View file @
9392a452
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2018
WPL, Inc
.
* Copyright (c) 2018
Caliola Engineering, LLC
.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Jared Dulmage <jared.dulmage@
wpli.net
>
* Author: Jared Dulmage <jared.dulmage@
caliola.com
>
* Note: Need this file for library to be built
*/
...
...
This diff is collapsed.
Click to expand it.
src/core/model/pair.h
View file @
9392a452
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2018
WPL, Inc
.
* Copyright (c) 2018
Caliola Engineering, LLC
.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Jared Dulmage <jared.dulmage@
wpli.net
>
* Author: Jared Dulmage <jared.dulmage@
caliola.com
>
*/
#ifndef PAIR_H
...
...
This diff is collapsed.
Click to expand it.
src/core/test/attribute-container-test-suite.cc
View file @
9392a452
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2018
WPL, Inc
.
* Copyright (c) 2018
Caliola Engineering, LLC
.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Jared Dulmage <jared.dulmage@
wpli.net
>
* Author: Jared Dulmage <jared.dulmage@
caliola.com
>
*/
#include <ns3/test.h>
...
...
This diff is collapsed.
Click to expand it.
src/core/test/pair-value-test-suite.cc
View file @
9392a452
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2018
WPL, Inc
.
* Copyright (c) 2018
Caliola Engineering, LLC
.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Jared Dulmage <jared.dulmage@
wpli.net
>
* Author: Jared Dulmage <jared.dulmage@
caliola.com
>
*/
#include <ns3/test.h>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help