diff options
| author | Alan Conway <aconway@apache.org> | 2006-09-28 14:20:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-09-28 14:20:54 +0000 |
| commit | 7c26403086234d65b17a1ae52c3bb58c95b95b16 (patch) | |
| tree | b92d1f0fa50733a57ba9d0f3f71cbab65dd9b9dc /qpid/cpp/common/framing/src/AMQHeartbeatBody.cpp | |
| parent | 3d9cd9a1f350c8970c6cd0da20d918b831342636 (diff) | |
| download | qpid-python-7c26403086234d65b17a1ae52c3bb58c95b95b16.tar.gz | |
New files missed from yesterdays checkin, apologies!
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@450861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/common/framing/src/AMQHeartbeatBody.cpp')
| -rw-r--r-- | qpid/cpp/common/framing/src/AMQHeartbeatBody.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/qpid/cpp/common/framing/src/AMQHeartbeatBody.cpp b/qpid/cpp/common/framing/src/AMQHeartbeatBody.cpp new file mode 100644 index 0000000000..15cbfeda48 --- /dev/null +++ b/qpid/cpp/common/framing/src/AMQHeartbeatBody.cpp @@ -0,0 +1,26 @@ +/* + * + * Copyright (c) 2006 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include "AMQHeartbeatBody.h" +#include <iostream> + +qpid::framing::AMQHeartbeatBody::~AMQHeartbeatBody() {} + +void qpid::framing::AMQHeartbeatBody::print(std::ostream& out) const { + out << "heartbeat"; +} |
