mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +00:00
AK: Add LogStream and DebugLogStream to Forward.h
This commit is contained in:
parent
3fe2640c8c
commit
22b41a0fa3
Notes:
sideshowbarker
2024-07-19 09:20:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/22b41a0fa3d
1 changed files with 5 additions and 1 deletions
|
@ -30,10 +30,12 @@ namespace AK {
|
|||
|
||||
class Bitmap;
|
||||
class ByteBuffer;
|
||||
class DebugLogStream;
|
||||
class IPv4Address;
|
||||
class JsonArray;
|
||||
class JsonObject;
|
||||
class JsonValue;
|
||||
class LogStream;
|
||||
class SharedBuffer;
|
||||
class String;
|
||||
class StringBuilder;
|
||||
|
@ -92,14 +94,16 @@ using AK::Badge;
|
|||
using AK::Bitmap;
|
||||
using AK::ByteBuffer;
|
||||
using AK::CircularQueue;
|
||||
using AK::DebugLogStream;
|
||||
using AK::DoublyLinkedList;
|
||||
using AK::FixedArray;
|
||||
using AK::Function;
|
||||
using AK::InlineLinkedList;
|
||||
using AK::IPv4Address;
|
||||
using AK::InlineLinkedList;
|
||||
using AK::JsonArray;
|
||||
using AK::JsonObject;
|
||||
using AK::JsonValue;
|
||||
using AK::LogStream;
|
||||
using AK::NonnullOwnPtr;
|
||||
using AK::NonnullRefPtr;
|
||||
using AK::Optional;
|
||||
|
|
Loading…
Add table
Reference in a new issue