[Groonga-commit] groonga/grnxx at 0530dd1 [master] Update comments.

Back to archive index

susumu.yata null+****@clear*****
Sat May 11 13:47:43 JST 2013


susumu.yata	2013-05-11 13:47:43 +0900 (Sat, 11 May 2013)

  New Revision: 0530dd1ff099e1fb4d372c74c909034d463d26e7
  https://github.com/groonga/grnxx/commit/0530dd1ff099e1fb4d372c74c909034d463d26e7

  Message:
    Update comments.

  Modified files:
    lib/grnxx/os.cpp
    lib/grnxx/os.hpp

  Modified: lib/grnxx/os.cpp (+1 -1)
===================================================================
--- lib/grnxx/os.cpp    2013-05-11 10:03:41 +0900 (37300d2)
+++ lib/grnxx/os.cpp    2013-05-11 13:47:43 +0900 (b871a69)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2012  Brazil, Inc.
+  Copyright (C) 2012-2013  Brazil, Inc.
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public

  Modified: lib/grnxx/os.hpp (+3 -1)
===================================================================
--- lib/grnxx/os.hpp    2013-05-11 10:03:41 +0900 (ee52c15)
+++ lib/grnxx/os.hpp    2013-05-11 13:47:43 +0900 (e274654)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2012  Brazil, Inc.
+  Copyright (C) 2012-2013  Brazil, Inc.
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -26,6 +26,8 @@ class OS {
  public:
   // Get the page size.
   static uint64_t get_page_size();
+  // Get an environment variable. The returned string must be freed with
+  // delete[].
   static char *get_environment_variable(const char *name);
 };
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index