~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to include/cpp/log_printf.h

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2011-05-20 11:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520113303-u8niofzwzcea0osk
Tags: 0.8.12-1
* New upstream release (closes: #624987)
* Add debian/watch file
* Bump standards-version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
  \author Satofumi KAMIMURA
9
9
 
10
 
  $Id: log_printf.h 772 2009-05-05 06:57:57Z satofumi $
 
10
  $Id: log_printf.h 1811 2010-04-30 16:12:05Z satofumi $
11
11
*/
12
12
 
13
13
namespace qrk
14
14
{
15
 
  /*!
16
 
    \brief ���O�L�^�p
17
 
 
18
 
    \param[in] format �•ψ���
19
 
  */
20
 
  int log_printf(const char *format, ...);
21
 
 
22
 
 
23
 
  /*!
24
 
    \brief �o�̓t�@�C������ύX����
25
 
 
26
 
    \attention �ŏ��� log_printf() ���Ă΂��O�ɌĂяo����Ȃ���΂Ȃ�Ȃ�
27
 
  */
28
 
  void log_setName(const char* file_name);
 
15
    /*!
 
16
      \brief ���O�L�^�p
 
17
 
 
18
      \param[in] format �•ψ���
 
19
    */
 
20
    int log_printf(const char *format, ...);
 
21
 
 
22
 
 
23
    /*!
 
24
      \brief �o�̓t�@�C������ύX����
 
25
 
 
26
      \attention �ŏ��� log_printf() ���Ă΂��O�ɌĂяo����Ȃ���΂Ȃ�Ȃ�
 
27
    */
 
28
    void log_setName(const char* file_name);
29
29
}
30
30
 
31
31
#endif /* !QRK_LOG_PRINTF_H */