You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/09/10 19:39:32 UTC

svn commit: r1382997 - in /incubator/mesos/trunk/third_party/libprocess: Makefile.am include/stout/nothing.hpp

Author: benh
Date: Mon Sep 10 17:39:31 2012
New Revision: 1382997

URL: http://svn.apache.org/viewvc?rev=1382997&view=rev
Log:
Adding stout/nothing.hpp.

Added:
    incubator/mesos/trunk/third_party/libprocess/include/stout/nothing.hpp
Modified:
    incubator/mesos/trunk/third_party/libprocess/Makefile.am

Modified: incubator/mesos/trunk/third_party/libprocess/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/Makefile.am?rev=1382997&r1=1382996&r2=1382997&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/Makefile.am (original)
+++ incubator/mesos/trunk/third_party/libprocess/Makefile.am Mon Sep 10 17:39:31 2012
@@ -75,7 +75,7 @@ libprocess_la_SOURCES += $(top_srcdir)/i
 	$(top_srcdir)/include/stout/lambda.hpp				\
 	$(top_srcdir)/include/stout/multihashmap.hpp			\
 	$(top_srcdir)/include/stout/net.hpp				\
-	$(top_srcdir)/include/stout/nothing.hpp			\
+	$(top_srcdir)/include/stout/nothing.hpp				\
 	$(top_srcdir)/include/stout/numify.hpp				\
 	$(top_srcdir)/include/stout/option.hpp				\
 	$(top_srcdir)/include/stout/os.hpp				\

Added: incubator/mesos/trunk/third_party/libprocess/include/stout/nothing.hpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/include/stout/nothing.hpp?rev=1382997&view=auto
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/include/stout/nothing.hpp (added)
+++ incubator/mesos/trunk/third_party/libprocess/include/stout/nothing.hpp Mon Sep 10 17:39:31 2012
@@ -0,0 +1,6 @@
+#ifndef __NOTHING_HPP__
+#define __NOTHING_HPP__
+
+struct Nothing {};
+
+#endif // __NOTHING_HPP__