You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Jim Meyering <ji...@meyering.net> on 2006/12/05 20:35:15 UTC

qpid/cpp: remove old comments from qpidd.cpp

2006-12-05  Jim Meyering  <me...@redhat.com>

	* src/qpidd.cpp (main): Remove now-pointless FIXME comments.

Index: src/qpidd.cpp
===================================================================
--- src/qpidd.cpp	(revision 482736)
+++ src/qpidd.cpp	(working copy)
@@ -20,7 +20,6 @@
  */
 #include <Broker.h>
 #include <Configuration.h>
-// FIXME 
 #include <signal.h>
 #include <iostream>
 #include <memory>
@@ -44,7 +43,6 @@
             config.usage();
         }else{
             broker = Broker::create(config);
-// FIXME             
             signal(SIGINT, handle_signal);
             broker->run();
         }

Re: qpid/cpp: remove old comments from qpidd.cpp

Posted by Alan Conway <ac...@redhat.com>.
Applied.

On Tue, 2006-12-05 at 20:35 +0100, Jim Meyering wrote:
> 2006-12-05  Jim Meyering  <me...@redhat.com>
> 
> 	* src/qpidd.cpp (main): Remove now-pointless FIXME comments.
> 
> Index: src/qpidd.cpp
> ===================================================================
> --- src/qpidd.cpp	(revision 482736)
> +++ src/qpidd.cpp	(working copy)
> @@ -20,7 +20,6 @@
>   */
>  #include <Broker.h>
>  #include <Configuration.h>
> -// FIXME 
>  #include <signal.h>
>  #include <iostream>
>  #include <memory>
> @@ -44,7 +43,6 @@
>              config.usage();
>          }else{
>              broker = Broker::create(config);
> -// FIXME             
>              signal(SIGINT, handle_signal);
>              broker->run();
>          }