Procházet zdrojové kódy

Year updated.

main
offa před 6 roky
rodič
revize
92698c3b19
13 změnil soubory, kde provedl 13 přidání a 13 odebrání
  1. +1
    -1
      include/detail/scope_guard_base.h
  2. +1
    -1
      include/detail/wrapper.h
  3. +1
    -1
      include/scope.h
  4. +1
    -1
      include/scope_exit.h
  5. +1
    -1
      include/scope_fail.h
  6. +1
    -1
      include/scope_success.h
  7. +1
    -1
      include/unique_resource.h
  8. +1
    -1
      test/CallMocks.h
  9. +1
    -1
      test/ScopeExitTest.cpp
  10. +1
    -1
      test/ScopeFailTest.cpp
  11. +1
    -1
      test/ScopeSuccessTest.cpp
  12. +1
    -1
      test/TestMain.cpp
  13. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
include/detail/scope_guard_base.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/detail/wrapper.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope_exit.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope_fail.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope_success.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/unique_resource.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/CallMocks.h Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/ScopeExitTest.cpp Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/ScopeFailTest.cpp Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/ScopeSuccessTest.cpp Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/TestMain.cpp Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/UniqueResourceTest.cpp Zobrazit soubor

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

Načítá se…
Zrušit
Uložit