Updated Branches: refs/heads/trunk 76ec5822f -> 4fe850eab
Add missing Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/4fe850ea Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/4fe850ea Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/4fe850ea Branch: refs/heads/trunk Commit: 4fe850eab73dc6f635337cbc35e7dc63e76ae219 Parents: 76ec582 Author: Timothy Bish <[email protected]> Authored: Mon Nov 25 15:11:46 2013 -0500 Committer: Timothy Bish <[email protected]> Committed: Mon Nov 25 15:11:46 2013 -0500 ---------------------------------------------------------------------- activemq-cpp/src/main/decaf/lang/Number.cpp | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/4fe850ea/activemq-cpp/src/main/decaf/lang/Number.cpp ---------------------------------------------------------------------- diff --git a/activemq-cpp/src/main/decaf/lang/Number.cpp b/activemq-cpp/src/main/decaf/lang/Number.cpp new file mode 100644 index 0000000..3a570fd --- /dev/null +++ b/activemq-cpp/src/main/decaf/lang/Number.cpp @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 <decaf/lang/Number.h> + +using namespace decaf; +using namespace decaf::lang; + +//////////////////////////////////////////////////////////////////////////////// +Number::~Number() { +} + + +
