Skip to content

Commit 9b21ece

Browse files
committed
Update DelegateMQ library
1 parent 3de0f25 commit 9b21ece

39 files changed

+40
-40
lines changed

DelegateMQ/DelegateMQ.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _DELEGATE_MQ_H
33

44
// Delegate.h
5-
// @see https://github.com/endurodave/DelegateMQ
5+
// @see https://github.com/DelegateMQ/DelegateMQ
66
// David Lafreniere, 2025.
77

88
/// @file DelegateMQ.h
@@ -50,7 +50,7 @@
5050
/// All other delegate functions are `noexcept`.
5151
///
5252
/// **Documentation & Source:**
53-
/// * Repository: https://github.com/endurodave/DelegateMQ
53+
/// * Repository: https://github.com/DelegateMQ/DelegateMQ
5454
/// * See `README.md`, `DETAILS.md`, and `EXAMPLES.md` for comprehensive guides.
5555

5656
// -----------------------------------------------------------------------------

DelegateMQ/delegate/Delegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _DELEGATE_H
33

44
// Delegate.h
5-
// @see https://github.com/endurodave/DelegateMQ
5+
// @see https://github.com/DelegateMQ/DelegateMQ
66
// David Lafreniere, Aug 2020.
77

88
/// @file

DelegateMQ/delegate/DelegateAsync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _DELEGATE_ASYNC_H
33

44
// DelegateAsync.h
5-
// @see https://github.com/endurodave/DelegateMQ
5+
// @see https://github.com/DelegateMQ/DelegateMQ
66
// David Lafreniere, Aug 2020.
77

88
/// @file

DelegateMQ/delegate/DelegateAsyncWait.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _DELEGATE_ASYNC_WAIT_H
33

44
// DelegateAsyncWait.h
5-
// @see https://github.com/endurodave/DelegateMQ
5+
// @see https://github.com/DelegateMQ/DelegateMQ
66
// David Lafreniere, Aug 2020.
77

88
/// @file

DelegateMQ/delegate/DelegateRemote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define _DELEGATE_REMOTE_H
33

44
// DelegateRemote.h
5-
// @see https://github.com/endurodave/DelegateMQ
5+
// @see https://github.com/DelegateMQ/DelegateMQ
66
// David Lafreniere, Aug 2025.
77

88
/// @file

DelegateMQ/delegate/ISerializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/// @file ISerializer.h
55
/// @brief Interface for custom argument serialization/deserialization.
6-
/// @see https://github.com/endurodave/DelegateMQ
6+
/// @see https://github.com/DelegateMQ/DelegateMQ
77
/// David Lafreniere, 2025.
88

99
#include <iostream>

DelegateMQ/delegate/IThread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/// @file IThread.h
55
/// @brief Interface for cross-thread delegate dispatching.
6-
/// @see https://github.com/endurodave/DelegateMQ
6+
/// @see https://github.com/DelegateMQ/DelegateMQ
77
/// David Lafreniere, 2025.
88

99
#include "DelegateMsg.h"

DelegateMQ/delegate/make_tuple_heap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _MAKE_TUPLE_HEAP_H
22
#define _MAKE_TUPLE_HEAP_H
33

4-
// @see https://github.com/endurodave/DelegateMQ
4+
// @see https://github.com/DelegateMQ/DelegateMQ
55
// David Lafreniere, Aug 2020.
66

77
/// @file

DelegateMQ/predef/allocator/xnew.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _XNEW_H
22
#define _XNEW_H
33

4-
// @see https://github.com/endurodave/DelegateMQ
4+
// @see https://github.com/DelegateMQ/DelegateMQ
55
// David Lafreniere, 2026.
66

77
/// @file xnew.h

DelegateMQ/predef/dispatcher/Dispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define DISPATCHER_H
33

44
/// @file Dispatcher.h
5-
/// @see https://github.com/endurodave/DelegateMQ
5+
/// @see https://github.com/DelegateMQ/DelegateMQ
66
/// David Lafreniere, 2025.
77
///
88
/// @brief The bridge between the serialization layer and the physical transport layer.

0 commit comments

Comments
 (0)