Author: aconway
Date: Wed Nov  8 09:33:03 2006
New Revision: 472557

URL: http://svn.apache.org/viewvc?view=rev&rev=472557
Log:
Files missed in last commit.

Added:
    incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Acceptor.h   (with props)
    incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Connector.h   (with props)
    incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Monitor.h   (with props)

Added: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Acceptor.h
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Acceptor.h?view=auto&rev=472557
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Acceptor.h (added)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Acceptor.h Wed Nov  8 09:33:03 
2006
@@ -0,0 +1,26 @@
+#ifndef _sys_Acceptor_h
+#define _sys_Acceptor_h
+
+/*
+ *
+ * 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 "platform.h"
+#include QPID_PLATFORM_H(Acceptor.h)
+
+
+#endif  /*!_sys_Acceptor_h*/

Propchange: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Acceptor.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Connector.h
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Connector.h?view=auto&rev=472557
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Connector.h (added)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Connector.h Wed Nov  8 09:33:03 
2006
@@ -0,0 +1,25 @@
+#ifndef _sys_Connector_h
+#define _sys_Connector_h
+
+/*
+ *
+ * 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 "platform.h"
+#include QPID_PLATFORM_H(Connector.h)
+
+#endif  /*!_sys_Connector_h*/

Propchange: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Connector.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Monitor.h
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Monitor.h?view=auto&rev=472557
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Monitor.h (added)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Monitor.h Wed Nov  8 09:33:03 
2006
@@ -0,0 +1,25 @@
+#ifndef _sys_Monitor_h
+#define _sys_Monitor_h
+
+/*
+ *
+ * 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 <qpid/sys/platform.h>
+#include QPID_PLATFORM_H(Monitor.h)
+
+#endif  /*!_sys_Monitor_h*/

Propchange: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/Monitor.h
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to