~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to developer/logic.h

  • Committer: Teus Benschop
  • Date: 2022-11-13 10:10:35 UTC
  • Revision ID: teusjannette@gmail.com-20221113101035-tfpqtklwoj31b306
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  ~Developer_Logic_Tracer();
31
31
  int seconds1 {0};
32
32
  int microseconds1 {0};
33
 
  string rfc822 {};
34
 
  string remote_address {};
35
 
  string request_get {};
36
 
  string request_query {};
37
 
  string username {};
 
33
  std::string rfc822 {};
 
34
  std::string remote_address {};
 
35
  std::string request_get {};
 
36
  std::string request_query {};
 
37
  std::string username {};
38
38
};
39
39
 
40
40
void developer_logic_import_changes ();