Network.cc (7054:7d6862b80049) Network.cc (7454:3a3e8e8cce1b)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 76 unchanged lines hidden (view full) ---

85 return m_data_msg_size;
86 default:
87 ERROR_MSG("Invalid range for type MessageSizeType");
88 break;
89 }
90 return 0;
91}
92
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 76 unchanged lines hidden (view full) ---

85 return m_data_msg_size;
86 default:
87 ERROR_MSG("Invalid range for type MessageSizeType");
88 break;
89 }
90 return 0;
91}
92
93const Vector<Throttle*>*
93const std::vector<Throttle*>*
94Network::getThrottles(NodeID id) const
95{
96 return NULL;
97}
94Network::getThrottles(NodeID id) const
95{
96 return NULL;
97}